--Request service
--The Importer requests services from an Exporter.
--Request service
--The Importer requests services from an Exporter
(type : integer) -- type of importer(0..failure, 1..setup, 2..processing)
is
do
	if type=0 then
		Station.failImp.import;
		-- add your code here	
	elseif type=1 then
		Station.imp.import;
		-- add your code here
	elseif tyep=2 then
		Station.imp.import;	
		-- add your code here
	end;
end;
/*Station:Enter the name of the station which imports the service here.
*/